mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
8 lines
125 B
Makefile
8 lines
125 B
Makefile
all: octoscan
|
|
|
|
install: all
|
|
install -m 0755 octoscan $(DESTDIR)/usr/bin
|
|
|
|
octoscan: octoscan.c
|
|
$(CC) -o octoscan octoscan.c
|