- Notifications
You must be signed in to change notification settings - Fork4
👷 non-recursive GNU make-based build framework
License
NotificationsYou must be signed in to change notification settings
cppfw/prorab
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Themakefile
for building a C++ application withprorab
is as simple as follows:
include prorab.mkthis_name := myapp# this will be the executable file namethis_cxxflags += -Wallthis_cxxflags += -DDEBUGthis_cflags += -Wallthis_ldlibs += -lpthreadthis_srcs += main.cpp myapp.cpp legacy.c$(eval $(prorab-build-app))
SeeWiKi
About
👷 non-recursive GNU make-based build framework
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published