|
@@ -11,6 +11,9 @@ OBJS=$(SRCS:.cpp=.o)
|
|
|
$(BIN): $(OBJS)
|
|
$(BIN): $(OBJS)
|
|
|
g++ $(LDFLAGS) -o $@ $^ $(LDLIBS)
|
|
g++ $(LDFLAGS) -o $@ $^ $(LDLIBS)
|
|
|
|
|
|
|
|
|
|
+%.s: %.cpp
|
|
|
|
|
+ g++ $(CXXFLAGS) -S -o $@ $^
|
|
|
|
|
+
|
|
|
# Remove the files created by the preprocessing phase
|
|
# Remove the files created by the preprocessing phase
|
|
|
reset:
|
|
reset:
|
|
|
-rm -f *.p[01].t*
|
|
-rm -f *.p[01].t*
|