uibk_703602-Compiler-Constr.../lab/cfg/Makefile
2021-05-14 02:28:43 +02:00

9 lines
84 B
Makefile

CFLAGS = -std=c17 -Wall -Wextra -g3
all: cfg
clean:
$(RM) cfg
.PHONY: all clean