chsrc/Makefile

9 lines
109 B
Makefile
Raw Normal View History

2023-08-28 22:21:33 +08:00
CFLAGS =
TARGET = target
#=======================
all:
@echo Compile
@gcc chsrc.c $(CFLAGS) -o $(TARGET)