ndppd/Makefile
Daniel Adolfsson 7d84dbeb18 Initial commit
2011-09-13 21:26:12 +02:00

10 lines
88 B
Makefile

all:
cd src && make all && cp ndppd ..
clean:
rm -f ndppd
cd src && make clean