6 lines
74 B
Makefile
Raw Normal View History

2023-03-29 12:19:44 -04:00
COMMON_DIR := ../common
CFILES += main.c
include $(COMMON_DIR)/rules.mk