Delete Makefile

refactor and cleaning #311
This commit is contained in:
Rotzbua
2017-06-13 13:06:09 +02:00
committed by GitHub
parent 57eb6b9a3b
commit 22dacb86fa

View File

@@ -1,17 +0,0 @@
# Makefile for MFRC522 library
#
all: package
help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " clean to clean the project (e.g. remove process files)"
@echo " package to package the library (into a zip file)"
clean:
rm ./MFRC522.zip
@echo
@echo "Clean finished."
package:
zip -o ./MFRC522.zip ./MFRC522.h ./MFRC522.cpp