mirror of
https://github.com/DigitalDevices/octonet.git
synced 2025-12-26 23:26:52 +01: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
|