diff options
| author | Kevin Lange <kevin.lange@dakko.us> | 2011-12-03 19:00:34 -0600 | 
|---|---|---|
| committer | Kevin Lange <kevin.lange@dakko.us> | 2011-12-03 19:00:34 -0600 | 
| commit | ed1684e64e2c1702898411725bb2f1169984884e (patch) | |
| tree | 4fc88e78e1949d2de3b231e0d11ca05f19993549 /Makefile | |
| parent | 2f5c5f61289d40610c2f9ab6b7eea706af05dc69 (diff) | |
| download | nyancat-ed1684e64e2c1702898411725bb2f1169984884e.tar.gz | |
Get rid of all of that nasty python
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 | 
1 files changed, 2 insertions, 4 deletions
| @@ -17,10 +17,8 @@ $(distdir): FORCE  	cp Makefile $(distdir)  	cp src/Makefile $(distdir)/src  	cp src/nyancat.c $(distdir)/src -	cp src/nyancat.py $(distdir)/src -	cp src/telnetsrvlib.py $(distdir)/src -	cp src/reset.sh $(distdir)/src -	cp src/run.sh $(distdir)/src +	cp src/animation.h $(distdir)/src +	cp src/telnet.h $(distdir)/src  FORCE:  	-rm $(distdir).tar.gz >/dev/null 2>&1 | 
