Skip to content

ephf/ctil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTIL

Basic useful data structures in c

install

git clone https://github.com/ephf/ctil.git
cd ctil
chmod o+x install.sh
sudo ./install.sh

Files can be removed without side effects.

cd ..
rm -rf ctil

compile

TARGET=<your_target>

$(TARGET): $(TARGET).o
	gcc -o $(TARGET) $(TARGET).o -lctil

$(TARGET).o: $(TARGET).c
	gcc -c -o $(TARGET).o $(TARGET).c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages