clean up repo

* add gitignore for backup files
* remove all generated stuff with "make clean"
This commit is contained in:
Moritz Bitsch 2015-03-28 16:34:16 +01:00
parent 49391edebc
commit 62979d013b
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*~
*.BAK

View file

@ -25,7 +25,7 @@ test: testyield testdelay
clean: clean:
rm -f $(OBJS) rm -f $(OBJS)
rm -f $(LIB) rm -f $(LIB)
rm -f testyield rm -f testyield testdelay
.PHONY: all clean test .PHONY: all clean test
.SUFFIXES: .c .o .SUFFIXES: .c .o