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