diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-28 12:53:53 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-29 10:10:22 -0400 |
commit | b75cb8388fb9b5f2393443d008bb46c522c5ec9b (patch) | |
tree | 25268fe5f71d826ee1f8f0e3a2a82aa68f9bf750 /minic/Makefile | |
parent | 1b4943eb1f2a10837f56070bfe604179d0dc10e0 (diff) | |
download | roux-b75cb8388fb9b5f2393443d008bb46c522c5ec9b.tar.gz |
new layout, put LICENSE in root
Diffstat (limited to 'minic/Makefile')
-rw-r--r-- | minic/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/minic/Makefile b/minic/Makefile index 66f0f04..856f2d3 100644 --- a/minic/Makefile +++ b/minic/Makefile @@ -6,9 +6,7 @@ $(BIN): yacc minic.y ./yacc minic.y $(CC) $(CFLAGS) -o $@ y.tab.c -all: $(BIN) -check: clean: rm -f yacc minic y.* -.PHONY: all check clean +.PHONY: clean |