6 lines
76 B
Makefile
6 lines
76 B
Makefile
|
DIR = /etc/init.d
|
||
|
EXES = clock
|
||
|
|
||
|
TOPDIR = ..
|
||
|
include $(TOPDIR)/default.mk
|