Skip to content

Commit

Permalink
remove some makefile options that interfere with new directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
aloeliger committed Feb 10, 2023
1 parent 94ff681 commit 303455b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ all: $(EMULATOR_LIB)
@echo All done

install: all
@rm -rf $(PREFIX)/include $(PREFIX)/lib64
@mkdir -p $(PREFIX)/include $(PREFIX)/lib64
cp emulator.h $(PREFIX)/include/
cp -r ap_types $(PREFIX)/include/
@rm -rf $(PREFIX)/lib64
@mkdir -p $(PREFIX)/lib64
cp $(EMULATOR_LIB) $(PREFIX)/lib64

$(EMULATOR_LIB): src/hls4ml/emulator.cc
Expand Down

0 comments on commit 303455b

Please sign in to comment.