remove Makefile and .project files

This commit is contained in:
rdb 2013-09-30 17:53:41 +00:00
parent 8076fedd64
commit ff9ce03069
2 changed files with 0 additions and 21 deletions

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>panda</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>

View File

@ -1,10 +0,0 @@
all:
python makepanda/makepanda.py --everything
installer:
python makepanda/makepanda.py --everything --installer
install:
python makepanda/installpanda.py
clean:
rm -rf built
.PHONY: all install clean