1
0
mirror of https://github.com/DigitalDevices/octonet.git synced 2023-10-10 11:36:52 +00:00

Add octscan package

This commit is contained in:
mvoelkel
2016-02-14 01:10:12 +01:00
parent 36a8d6a33c
commit 4bcb9b5d63
6 changed files with 30 additions and 2 deletions

7
octoscan/Makefile Normal file
View File

@@ -0,0 +1,7 @@
all: octoscan
install: all
install -m 0755 octoscan $(DESTDIR)/usr/bin
octoscan: octoscan.c
$(CC) -o octoscan octoscan.c