Skip to content

Commit 29418ac

Browse files
committed
IO: Add PHONY target to Makefile
1 parent e107f6d commit 29418ac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

java/libraries/io/src/native/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ iface.h:
1616

1717
clean:
1818
rm -f $(TARGET) $(OBJS)
19+
20+
.PHONY: iface.h clean

0 commit comments

Comments
 (0)