diff options
Diffstat (limited to 'tools/showpic')
-rw-r--r-- | tools/showpic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/showpic/Makefile b/tools/showpic/Makefile index e9bc83c..de7560a 100644 --- a/tools/showpic/Makefile +++ b/tools/showpic/Makefile @@ -18,7 +18,7 @@ all: $(PRGNAME) # Implicit rules: %.o: %.c - $(CXX) $(CXXEXTRA) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $< + $(CXX) $(CXXEXTRA) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $< # Dependencies: |