Changeset 2419 for trunk/macosx/Makefile.am
- Timestamp:
- Jul 19, 2007, 2:04:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Makefile.am
r2400 r2419 1 1 # Use Xcode do make the actual build 2 2 all: 3 @ xcodebuild -alltargets -activeconfiguration | grep -v "^$$"3 @(cd .. && xcodebuild -alltargets -activeconfiguration | grep -v "^$$") 4 4 clean: 5 @ xcodebuild -alltargets -activeconfiguration clean | grep -v "^$$"5 @(cd .. && xcodebuild -alltargets -activeconfiguration clean | grep -v "^$$") 6 6 7 7 define PACKAGE_RULE1
Note: See TracChangeset
for help on using the changeset viewer.