Skip to content

Instantly share code, notes, and snippets.

@ukasiu
Created October 28, 2013 09:25
Show Gist options
  • Select an option

  • Save ukasiu/7193799 to your computer and use it in GitHub Desktop.

Select an option

Save ukasiu/7193799 to your computer and use it in GitHub Desktop.
Makefile na jtp i wdi
#jtp
%: %.c
gcc -Wall -O2 -ansi -pedantic -std=c99 -lm -o bin/$@ $<
#wdi
%: %.cpp
g++ -O2 $< -o bin/$@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment