Lab: Add CFG example
This commit is contained in:
8
lab/cfg/Makefile
Normal file
8
lab/cfg/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
CFLAGS = -std=c17 -Wall -Wextra -g3
|
||||
|
||||
all: cfg
|
||||
|
||||
clean:
|
||||
$(RM) cfg
|
||||
|
||||
.PHONY: all clean
|
Reference in New Issue
Block a user