Skip to content

Commit

Permalink
Added clean command to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hrj committed Aug 15, 2017
1 parent 1653f99 commit 505a026
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Makefile-emscript
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ em-out/flif.html: $(INPUTS)
em-out-stillonly/flif.html: $(INPUTS)
${CXX} $(CXXFLAGS) -s TOTAL_MEMORY=33554432 -DSTILL_ONLY $(LDFLAGS) $(SRCS) -o em-out-stillonly/flif.html

clean:
rm em-out/flif.html em-out-stillonly/flif.html em-out/flif.js em-out-stillonly/flif.js

0 comments on commit 505a026

Please sign in to comment.