Skip to content

Commit

Permalink
format consistent with cms reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnanm committed Mar 13, 2023
1 parent 8944b6e commit 073930b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
4 changes: 2 additions & 2 deletions AXOL1TL_v1/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.PHONY: clean

GTADModel_v1.so: ./GTADModel_hls/GTADModel.o GTADModel_v1.o
GTADModel.so: GTADModel_emulator.o GTADModel.o
$(CXX) $(CXXFLAGS) $(LD_FLAGS) -shared $^ -o $@

%.o: %.cpp
$(CXX) $(CXXFLAGS) $(INCLUDES) -c $< -o $@

clean:
rm GTADModel_v1.so
rm GTADModel.so
28 changes: 0 additions & 28 deletions AXOL1TL_v1/main.cpp

This file was deleted.

0 comments on commit 073930b

Please sign in to comment.