| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-11-12 | update scan file for se-Skelleftea | Christoph Pfister | 1 | -0/+1 | |
| submitted by ove.risberg gmail.com | |||||
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'/>