1
0
mirror of https://github.com/DigitalDevices/octonet.git synced 2023-10-10 13:36:52 +02:00
octonet/octoscan/Makefile
2016-02-14 01:10:12 +01:00

8 lines
125 B
Makefile

all: octoscan
install: all
install -m 0755 octoscan $(DESTDIR)/usr/bin
octoscan: octoscan.c
$(CC) -o octoscan octoscan.c