This commit is contained in:
Aoran Zeng
2023-08-28 22:21:33 +08:00
parent 2cc99b7824
commit 82f629b850
2 changed files with 142 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
CFLAGS =
TARGET = target
#=======================
all:
@echo Compile
@gcc chsrc.c $(CFLAGS) -o $(TARGET)