Skip to content

Commit c48b00a

Browse files
committed
added missing semicolon
1 parent 3b855ee commit c48b00a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

incld_root/utils/tempacc/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ $(CC) -o $@ $(SOURCES) \
3030
#
3131
######
3232

33-
install:: \
34-
cp -fp tempacc ./../../bin/
33+
install:: ; cp -fp tempacc ./../../bin/
3534

3635

3736
###### end of [Makefile_build] ######

0 commit comments

Comments
 (0)