From 12c42ccac47f701c35c2367adbcd2875dd77b0b9 Mon Sep 17 00:00:00 2001 From: Aaron Ball Date: Thu, 26 Feb 2015 18:50:58 -0700 Subject: Trivial makefile cleanup --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 68e9503..0682b61 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,6 @@ all: $(cc) $(dbg) $(warnings) -std=$(std) -c src/config.c -o $(obj)config.o $(cc) $(dbg) $(warnings) -std=$(std) -c src/note.c -o $(obj)note.o $(cc) $(dbg) $(warnings) -std=$(std) -c src/note_list.c -o $(obj)note_list.o - # $(cc) $(dbg) $(warnings) -std=$(std) src/main.c $(obj)*.o -o $(out) $(cc) $(dbg) $(warnings) -std=$(std) src/main.c $(obj)/* -o $(out) debug: -- cgit v1.2.3