From 10869208d2dd7be4aabbbb6b09ff4575d6593b1e Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sun, 20 May 2012 01:18:46 +0100 Subject: Fix useless build flags Pass CPPFLAGS and CFLAGS to the compiler. I assume LFLAGS was a typo and should be LDFLAGS instead. Signed-off-by: Jonathan McCrohan --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 1701c11..c77c6cb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,7 +3,7 @@ OBJECTS = nyancat.o all: nyancat nyancat: $(OBJECTS) - $(CC) $(LFLAGS) $(OBJECTS) -o $@ + $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(OBJECTS) -o $@ clean: -rm -f $(OBJECTS) nyancat -- cgit v1.2.3 0d5307cde1949aec1'/> nyancat Debian packagingJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-03Get rid of all of that nasty pythonKevin Lange9-1769/+1147
2011-12-03Perhaps better characters for a VT220Kevin Lange1-4/+4
2011-12-03Fix string literal warningKevin Lange1-1/+1
2011-12-03Make the eyes uniformKevin Lange1-24/+24
2011-12-03Use the flat mouthKevin Lange1-24/+24
2011-12-02Added include for signal.hMyles Borins1-0/+1
2011-12-02Added SIGINT_handler to re-initialize cursor for reset on non-sane terminal e...Myles Borins1-1/+6
2011-12-01Fixed some issues with animation.Aaron Peschel1-33/+33
2011-12-01nyancat.c: Fix up sprinkles.Corbin Simpson1-24/+24
2011-12-01Update READMEKevin Lange1-2/+2
2011-12-01People won't have that, let's not scare them with an error messageKevin Lange1-1/+1
2011-12-01make that executableKevin Lange1-0/+0
2011-12-01Update everythingKevin Lange7-9/+105
2011-12-01Fixed fallback support to use bright foregrounds. Looks a lot betterKevin Lange1-16/+19
2011-12-01Add license header to c sourceKevin Lange1-1/+28
2011-12-01Fix MakefileKevin Lange1-1/+1
2011-11-30Made project more in line with Autotools standard.Aaron Peschel5-2/+50
2011-11-30Make some changes to the server to make it easier to closeKevin Lange1-2/+11
2011-11-30More readme updatesKevin Lange1-0/+6
2011-11-30Update readmeKevin Lange1-0/+16
2011-11-30That's a layover from the ToaruOS version of this...Kevin Lange1-1/+0
2011-11-30rxvt should emulate linuxKevin Lange1-1/+3
2011-11-30Buffer 1024 characters on each readKevin Lange1-1/+1
2011-11-30Hide the cursorKevin Lange1-1/+1
2011-11-30Telnet serverKevin Lange4-0/+808
2011-11-30Change description text for the modes. Standard color XTerm looks good, linux...Kevin Lange1-3/+3
2011-11-30Will this work?Kevin Lange1-0/+2