Douglas B. Rumbaugh
Blog
Publications
Conferences
Vitae
Links
Git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
blob: 0374e62f964b8338598e9d5e59f7ab33842db5f8 (
plain
)
1
2
3
4
all: bin/cdf bin/cdf: src/cdf.c include/cdf.h gcc -std=c23 -Iinclude src/cdf.c -o bin/cdf