create_ap/Makefile

8 lines
155 B
Makefile
Raw Normal View History

2013-12-04 08:38:51 -05:00
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