ndppd/Makefile

10 lines
88 B
Makefile
Raw Normal View History

2011-09-13 21:26:12 +02:00
all:
cd src && make all && cp ndppd ..
clean:
rm -f ndppd
cd src && make clean