From 340e5adcce1b10fac3a7214661af7b791ad896ff Mon Sep 17 00:00:00 2001 From: Meyer Simon Date: Tue, 4 Feb 2025 15:56:09 -0500 Subject: [PATCH] Fixed some of the indentation in the Makefile --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 4b80caf..a9544ee 100644 --- a/Makefile +++ b/Makefile @@ -3,12 +3,12 @@ # #LEX=flex #myprogram: scan.o myprogram.o -#$(CC) -o $@ $(LDFLAGS) $^ + #$(CC) -o $@ $(LDFLAGS) $^ #myprogram.o: myprogram.c -#$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ -c $^ + #$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ -c $^ #scan.o: scan.c -#$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ -c $^ + #$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ -c $^ #scan.c: scan.l -#$(LEX) $(LFLAGS) -o $@ $^ + #$(LEX) $(LFLAGS) -o $@ $^ #clean: -#$(RM) *.o scan.c + #$(RM) *.o scan.c