Tabs vs spaces

The age-old Makefile conundrum
This commit is contained in:
Miles Elam
2021-04-02 09:29:28 -07:00
committed by GitHub
parent 228b485736
commit 7e3d593aaa

View File

@ -8,7 +8,7 @@ darkhttpd: darkhttpd.c
$(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) darkhttpd.c -o $@ $(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) darkhttpd.c -o $@
darkhttpd-static: darkhttpd.c darkhttpd-static: darkhttpd.c
$(CC) -static $(CFLAGS) $(LDFLAGS) $(LIBS) darkhttpd.c -o $@ $(CC) -static $(CFLAGS) $(LDFLAGS) $(LIBS) darkhttpd.c -o $@
clean: clean:
rm -f darkhttpd core darkhttpd.core darkhttpd-static darkhttpd-static.core rm -f darkhttpd core darkhttpd.core darkhttpd-static darkhttpd-static.core