Archiving a bunch of old stuff
This commit is contained in:
6
oldstuff/gnu-c/Makefile
Normal file
6
oldstuff/gnu-c/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
TARGETS := $(patsubst %.c,%,$(wildcard *.c))
|
||||
CFLAGS += -g -Wall -Wextra -pedantic -pedantic-errors
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
.PHONY: all
|
Reference in New Issue
Block a user