Skip to content

Sorting data on a stack with a limited set of instructions.

Notifications You must be signed in to change notification settings

anasilvr/push_swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Push_Swap

📄 Subject PDF v. 6

Makefile 🔨

Command Usage
make creates .o files for each function as well as the main library file, libft.a
make clean removes the .o files used to create the library
make fclean removes the .o & .a files used to create the library
make re removes all .o & .a files then remakes them

84/100

About

Sorting data on a stack with a limited set of instructions.

Topics

Resources

Stars

Watchers

Forks