Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File: makefile
change from: .c.o: $(CC) -c -o $@ $?
to:
.c.o: $(CC) $(INCS) -c -o $@ $?
The text was updated successfully, but these errors were encountered:
Please get new.
Sorry, something went wrong.
test travis #2
5df10b9
fix trais #2
a4058ce
fixup #2
87623be
No branches or pull requests
File:
makefile
change from:
$(CC) -c -o $ @ $?
.c.o:
to:
.c.o:
$(CC) $ (INCS) -c -o $@ $ ?
The text was updated successfully, but these errors were encountered: