Skip to content

Commit

Permalink
fix make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
haoel committed Apr 22, 2020
1 parent 616478f commit a5da0a8
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 @@ -28,7 +28,7 @@ ${TARGET}: ${ALL_SOURCE}
build: default

clean:
@rm -rf ${TARGET} && rm -rf ${MKFILE_DIR}pkg && rm -rf ${GOBUILD}data/ && rm -rf ${GOBUILD}
@rm -rf ${TARGET} && rm -rf ${GOBUILD}data/ && rm -rf ${GOBUILD}

${GLIDE}:
if [ -f ${GLIDE_SYS} ]; then \
Expand Down

0 comments on commit a5da0a8

Please sign in to comment.