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:
Dan Buch
2012-05-29 15:56:49 -04:00
parent 809c287645
commit 32aaca146b
7 changed files with 6 additions and 60 deletions

6
gnu-c/Makefile Normal file
View File

@@ -0,0 +1,6 @@
TARGETS := $(patsubst %.c,%,$(wildcard *.c))
CFLAGS += -g -Wall -Wextra -pedantic -pedantic-errors
all: $(TARGETS)
.PHONY: all