remove small redundancy

This commit is contained in:
cathugger
2017-09-27 23:55:34 +03:00
parent 7ba28ed71a
commit 822d6fd8a8

View File

@@ -77,7 +77,6 @@ test_ed25519: $(TEST_ED25519OBJ)
$(CC) $(ASFLAGS) -c -o $@.tmp $< && $(MV) $@.tmp $@
clean:
$(RM) $(MAINOBJ)
$(RM) $(CLEANO)
$(RM) $(EXE)