Removed the makefile since it is now depricated by cmake
This commit is contained in:
parent
4ce2af5315
commit
a5b6430a14
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
CC=g++
|
||||
CFLAGS=-Wall
|
||||
FILES=main.cpp
|
||||
LIBS=-L. -ltellusbd101
|
||||
|
||||
APP = tdtool
|
||||
|
||||
all: $(APP)
|
||||
|
||||
$(APP): main.cpp
|
||||
$(CC) -o $(APP) $(CFLAGS) $(LIBS) $(FILES)
|
||||
|
||||
clean:
|
||||
rm -f *.o ; rm $(APP)
|
Loading…
Add table
Add a link
Reference in a new issue