6 lines
82 B
Makefile
6 lines
82 B
Makefile
LEVEL = ../../../make
|
|
|
|
C_SOURCES := main.c foo.c
|
|
|
|
include $(LEVEL)/Makefile.rules
|