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





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

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