Skip to content

Commit

Permalink
Release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusEdgar committed Oct 6, 2021
1 parent 69222b7 commit ebb9fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ setver:

all : $(OBJECTS)
$(CC) $(CFLAGS) -o $(TARGET) $(OBJECTS)
$(PANDOC)
ifdef strict
$(PANDOC)
$(CPPLINTCMD) $(CPPLINTOPTS) $(SOURCES) $(filter-out $(EXTHEADERS),$(HEADERS))
$(CPPCHECKCMD) $(CPPCHECKOPTS) $(HEADERS) $(SOURCES)
$(FLAWCMD) $(FLAWOPTS) $(HEADERS) $(SOURCES)
Expand Down

0 comments on commit ebb9fe9

Please sign in to comment.