Skip to content

Commit

Permalink
typo, accidentally removed test-ci target
Browse files Browse the repository at this point in the history
  • Loading branch information
petabyt committed Jan 6, 2024
1 parent 4046c9a commit 8bd41df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ install: libcamlib.so
-mkdir /usr/include/camlib
cp src/*.h /usr/include/camlib/

test-ci: test/test.o $(FILES)
$(CC) test/test.o $(FILES) $(LDFLAGS) $(CFLAGS) -o test-ci
test:
bash test/myci.sh

Expand Down

0 comments on commit 8bd41df

Please sign in to comment.