Update Makefile

No C files in project.
This commit is contained in:
Fabien Marteau 2020-01-23 14:29:20 +01:00 committed by GitHub
parent 2bf363477a
commit 8ab011f4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@ all:$(EXEC_NAME)
$(EXEC_NAME):$(OBJS)
$(CXX) -o $@ $^ $(LDFLAGS)
%.o: %.c
$(CC) $(CFLAGS) -o $@ -c $<
install:
cp -f openFPGALoader /usr/local/bin
mkdir -p /usr/local/share/openFPGALoader