Skip to content

Commit 546f142

Browse files
author
Prashanth Menon
committed
Added clean target
1 parent c8a2e26 commit 546f142

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ all: $(TARGETS)
1515
$(EBIN_DIR)/%.beam: $(SRC_DIR)/%.erl
1616
erlc $(ERLC_OPTS) -pa $(EBIN_DIR) $<
1717

18+
clean:
19+
cd ebin; rm *.beam; cd ..

0 commit comments

Comments
 (0)