Current snapshot, work-in-progress
This commit is contained in:
commit
5b5c090bc5
|
@ -0,0 +1,13 @@
|
||||||
|
#
|
||||||
|
# Makefile for sortbin utility.
|
||||||
|
#
|
||||||
|
|
||||||
|
CXX = g++
|
||||||
|
CXXFLAGS = -Wall -O2
|
||||||
|
# -fsanitize=address -fsanitize=undefined
|
||||||
|
|
||||||
|
sortbin: sortbin.cpp
|
||||||
|
|
||||||
|
.PHONY: clean
|
||||||
|
clean:
|
||||||
|
$(RM) sortbin
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue