summaryrefslogblamecommitdiff
path: root/src/tool/Makefile
blob: 12f62e3735adbb9656e09411e95ca005f2deff25 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                      
all: adduser convert

adduser:
	$(CC) -o ../../tools/$@ adduser.c

convert:
	$(CC) -o ../../tools/$@ convert.c

clean:
	rm -rf ../../tools/adduser ../../tools/convert