mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-26 19:43:33 +08:00
Add a simple queue class
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CC= g++
|
||||
CFLAGS = -c -Wall
|
||||
|
||||
all: clean main test_stack
|
||||
all: main test_stack
|
||||
stack.o: stack.cpp
|
||||
$(CC) $(CFLAGS) stack.cpp
|
||||
test_stack: stack.o
|
||||
|
||||
Reference in New Issue
Block a user