6 lines
74 B
Makefile
Raw Normal View History

2023-04-12 21:12:31 -04:00
COMMON_DIR := ../common
CFILES += main.c
include $(COMMON_DIR)/rules.mk