diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: |