5 lines
70 B
Makefile
5 lines
70 B
Makefile
LEVEL = ../make
|
|
|
|
C_SOURCES := main.c
|
|
|
|
include $(LEVEL)/Makefile.rules
|