4 lines
31 B
Makefile
4 lines
31 B
Makefile
all: clean
|
|
|
|
clean:
|
|
rm -f */wg
|
all: clean
|
|
|
|
clean:
|
|
rm -f */wg
|