Add Makefile

This commit is contained in:
oblique 2013-12-04 15:38:51 +02:00
parent bc19cd99dd
commit b39f4466de

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
all:
@echo "Run 'make install' for installation."
install:
cp create_ap /usr/bin/create_ap
cp create_ap.service /lib/systemd/system/create_ap.service