summaryrefslogtreecommitdiff
path: root/tool/Makefile
blob: 873404113e007afbce62195290ada0b27ff2a80b (plain) (blame)
1
2
3
4
5
6
all:
	$(CC) -o adduser adduser.c

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