OBJECTS = nyancat.o all: nyancat nyancat: $(OBJECTS) $(CC) $(LFLAGS) $(OBJECTS) -o $@ clean: -rm -f $(OBJECTS) nyancat check: all # Unit tests go here. None currently. @echo "*** ALL TESTS PASSED ***" .PHONY: all clean check 2' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/src/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-08README.md: Update Debian specific informationJonathan McCrohan1-2/+8
2012-06-08README.md: Add list of distributions with nyancatJonathan McCrohan1-0/+10
2012-05-25Updated README to note the existence of the Debian package.Kevin Lange1-1/+5