OBJECTS = nyancat.o all: nyancat nyancat: $(OBJECTS) $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(OBJECTS) -o $@ clean: -rm -f $(OBJECTS) nyancat check: all # Unit tests go here. None currently. @echo "*** ALL TESTS PASSED ***" .PHONY: all clean check +xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/src/animation.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-05Update changelog regarding 1.0+git20120523.99dc310Jonathan McCrohan2-2/+5
2012-06-05Re-enable reconf-inetdJonathan McCrohan11-66/+56
2012-05-25Switch to debhelper v9Jonathan McCrohan3-2/+8