summaryrefslogblamecommitdiff
path: root/src/tool/Makefile
blob: 873404113e007afbce62195290ada0b27ff2a80b (plain) (tree)
1
2
3
4
5
6





                                   
all:
	$(CC) -o adduser adduser.c

clean:
	rm -f adduser
	rm -f *.exe