Renaming digressions to gnu-c
since that better describes what I'm doing in there, plus removed the silly java prog because it was silly and not GNU C.
This commit is contained in:
6
gnu-c/Makefile
Normal file
6
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