6 lines
74 B
Makefile
6 lines
74 B
Makefile
|
COMMON_DIR := ../common
|
||
|
|
||
|
CFILES += main.c
|
||
|
|
||
|
include $(COMMON_DIR)/rules.mk
|