Browse Source

remove Makefile and .project files

rdb 12 years ago
parent
commit
ff9ce03069
2 changed files with 0 additions and 21 deletions
  1. 0 11
      .project
  2. 0 10
      Makefile

+ 0 - 11
.project

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

+ 0 - 10
Makefile

@@ -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